home *** CD-ROM | disk | FTP | other *** search
- ;Ref for the RockHolm Northern Continent
-
- @#NSIGN
- ;North sign at the edge of StonePath
- @DO SAYBAR
- `2Dangerous path South, Beware!
- @do moveback
-
- @#GUARD1
- ;Guard outside RockHolm Castle
- @DO SAYBAR
- `0"Welcome to RockHolm Castle."
- @do moveback
-
- @#GUARD2
- ;The other Guard outside RockHolm Castle
- @DO SAYBAR
- `0"Enter if you are a warrior."
- @do moveback
-
- @#ROCKCAVE
- ;For dock to cave in RockHolm Mountains
- @DO SAYBAR
- `2That cave across the lake looks very mysterious.
-
- @#Teller
- ;The Man up in the dangerous RockHolm Mountains who tells important info.
- @do moveback
- @DO SAYBAR
- `2This area ain't done yet! Wouldn't it be grand if it was?
- @closescript
-
- @do `p20 random 9 1
- @if `p20 is 1 then saybar
- `%Man: `0Careful, the monsters around here are REALLY dangerous
- @if `p20 is 2 then saybar
- `%Man: `0Ma's a big woman.. `2::hic::`0 but the biggin's are the bestest!!
- @if `p20 is 3 then saybar
- `%Man: `0I'll drink to that!
- @if `p20 is 4 then saybar
- `%Man: `0Wassup peasant s&boy! Go back to your farm! `2::hic::
- @if `p20 is 5 then saybar
- `%Man: `0A little drinkie in the `2::hic:: `0morning keeps the doctor away!
- @if `p20 is 6 then saybar
- `%Man: `0Ma's boarding house is the safest place in `2::hic:: `0town!
- @if `p20 is 7 then saybar
- `%Man: `0Watch out for little Elle.. if she ain't the darndest thing!
- @if `p20 is 8 then saybar
- `%Man: `0I hate Greentree! I wanna move to `2::hic:: `0Bonetown!!!
- @if `p20 is 9 then saybar
- `%Man: `0Stay the `bHELL AWAY`0 from the dark forest, s&boy!
-
- @#done
-